ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / CommonShaderStageBase Class / SetConstantBuffers Method / SetConstantBuffers(Int32,Buffer[]) Method
Index into the device's zero-based array to which to set the array of constant buffers.
An array of constant buffer to set

In This Topic
    SetConstantBuffers(Int32,Buffer[]) Method
    In This Topic
    Sets an array of constant buffers to be used by the shader stage.
    Syntax
    'Declaration
     
    Public Overloads Sub SetConstantBuffers( _
       ByVal slot As System.Integer, _
       ByVal ParamArray constantBuffers() As Buffer _
    ) 
    public void SetConstantBuffers( 
       System.int slot,
       params Buffer[] constantBuffers
    )

    Parameters

    slot
    Index into the device's zero-based array to which to set the array of constant buffers.
    constantBuffers
    An array of constant buffer to set
    See Also